Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
Document
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800); *, :after, :before { box-sizing: border-box; padding: 0; margin: 0; } body { background-color: #0A1220; margin: 0; overflow: hidden; } #container{ display: flex; justify-content: center; align-items: flex-start; min-height: 100% !important; } #canvas3d{ min-height: 100vh !important; }
console.log("Event Fired") const fileName = "0eI7JO23zWEe8FiA"; import { Application } from "https://esm.sh/@splinetool/runtime"; const canvas = document.getElementById('canvas3d'); const app = new Application(canvas); app.load(`https://prod.spline.design/${fileName}/scene.splinecode`)